hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
Atomic
hip
concurrency
atomic
Test for wrapping atomic operations in a structure
static if
(
HipConcurrency
)
struct
Atomic (
T
) {
import
core
.
atomic
;
;
auto
opAssign
(T value);
}
Alias This
v
Members
Functions
opAssign
auto
opAssign
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hip
concurrency
atomic
structs
Atomic
Test for wrapping atomic operations in a structure